(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <graphics/rastport.h>
#include <proto/graphics.h>
void FreeRastPort()
SYNOPSIS
struct RastPort * rp

LOCATION
In GfxBase at offset 180
FUNCTION
This frees a RastPort obtained with CloneRastPort() or CreateRastPort().

INPUTS
rp
The result of CloneRastPort() or CreateRastPort().
RESULT
None.

NOTES
This function is AROS specific. For compatibility, there is a function with the same name in aros.lib on Amiga.

EXAMPLE
BUGS
SEE ALSO
CloneRastPort(), CreateRastPort()
INTERNALS
HISTORY
27.01.1997 ldp
Polish
10.12.1996 aros
Moved #include into first column to allow makedepend to see it.
31.10.1996 aros
Use DeinitRastPort()
31.10.1996 aros
Three new functions which are AROS specific, ie. they are *NOT* in the normal Amiga graphics.library.